home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / addmem.lha / AddMem / AddMem.doc < prev    next >
Text File  |  1993-04-25  |  2KB  |  51 lines

  1. *--------------------------------> AddMem <---------------------------------*
  2. *------------------------> Version 1.0 on 4/25/1993 <-----------------------*
  3. *--------------------------> by Martin Schlodder <--------------------------*
  4.  
  5. AddMem is a replacement for the various similar programs. It adds the memory
  6. with the correct memory type and priority for Kickstart 1.2, 1.3 and 2.0,
  7. and a correct name. Additionally it allows the user to test the memory before
  8. adding it to the system by passing the optional keyword 'CheckMem'.
  9.  
  10.  Usage: AddMem StartAddr EndAddr [CheckMem]
  11.  
  12. StartAddr and EndAddr are entered in hexadecimal notation and must be
  13. devisible by $80000.
  14.  
  15. This program is freeware. You may use it and copy it, as long as you leave it
  16. unchanged.
  17.  
  18. -----------------------------------------------------------------------------
  19.  
  20. For questions or suggestions call me via EMail (internet):
  21.    schlodder@student.uni-tuebingen.de
  22.  
  23. Or write me:
  24.    Martin Schlodder
  25.    Uhlandstr. 18
  26.    D-7460 Balingen (old PLZ)
  27.  
  28. -----------------------------------------------------------------------------
  29.  
  30. DISCLAIMER:
  31.  
  32. I am not responsible for loss of data, damage or other problems rusulting
  33. directly or indirectly from the use of this program. (Though I can't imagine
  34. any situation where great harm could be done to the computer. In the worst
  35. case, the machine will crush.)
  36.  
  37. -----------------------------------------------------------------------------
  38.  
  39. HISTORY:
  40.  
  41. V0.5:   First Version. Uses the OS2.0 type PUBLIC|FAST|LOCAL|24BITDMA for the
  42.         new memory.
  43. V0.6:   Now checks for the option 'CHeckMem' before testing the memory.
  44. V1.0:   Works now with Kick 1.3 and earlier versions by using the memory type
  45.         PUBLIC|FAST for them.
  46.  
  47. -----------------------------------------------------------------------------
  48.                                    //
  49.                        Thanks to \X/ Amiga for being the best computer ever !
  50.  
  51.